if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[tblSazmanGroupPrice]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[tblSazmanGroupPrice]
